home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / areuh.tar / areuh / assembler / tabgrp.c < prev    next >
C/C++ Source or Header  |  1990-10-10  |  883b  |  60 lines

  1. /*
  2.  * Authors :
  3.  *   Pierre DAVID (pda@masi.ibp.fr or pda@frunip62.bitnet)
  4.  *   Janick TAILLANDIER
  5.  *
  6.  * This program can be freely used or distributed as long as this
  7.  * note is kept.
  8.  *
  9.  * This program is provided "as is".
  10.  */
  11.  
  12. #include "aglobal.h"
  13.  
  14. int h_opcode [] = {
  15. /* 00 */    0,
  16. /* 01 */    9,
  17. /* 02 */    24,
  18. /* 03 */    33,
  19. /* 04 */    40,
  20. /* 05 */    53,
  21. /* 06 */    64,
  22. /* 07 */    72,
  23. /* 08 */    79,
  24. /* 09 */    93,
  25. /* 10 */    100,
  26. /* 11 */    107,
  27. /* 12 */    114,
  28. /* 13 */    125,
  29. /* 14 */    134,
  30. /* 15 */    140,
  31. /* 16 */    152,
  32. /* 17 */    162,
  33. /* 18 */    168,
  34. /* 19 */    174,
  35. /* 20 */    180,
  36. /* 21 */    185,
  37. /* 22 */    191,
  38. /* 23 */    200,
  39. /* 24 */    207,
  40. /* 25 */    212,
  41. /* 26 */    224,
  42. /* 27 */    230,
  43. /* 28 */    239,
  44. /* 29 */    244,
  45. /* 30 */    250,
  46. /* 31 */    257,
  47. /* 32 */    267,
  48. /* 33 */    275,
  49. /* 34 */    287,
  50. /* 35 */    295,
  51. /* 36 */    305,
  52. /* 37 */    312,
  53. /* 38 */    318,
  54. /* 39 */    328,
  55. /* 40 */    337,
  56. /* 41 */    342,
  57. /* 42 */    351,
  58. /* 43 */    356,
  59.             } ;
  60.